[INFO] cloning repository https://github.com/SiwonP/rust-cdc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SiwonP/rust-cdc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSiwonP%2Frust-cdc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSiwonP%2Frust-cdc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0833e674429cadcd7feb5df8fa4d370354b76ff8
[INFO] fixing SiwonP/rust-cdc against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSiwonP%2Frust-cdc" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SiwonP/rust-cdc
[INFO] finished tweaking git repo https://github.com/SiwonP/rust-cdc
[INFO] tweaked toml for git repo https://github.com/SiwonP/rust-cdc written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SiwonP/rust-cdc on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SiwonP/rust-cdc already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded testcontainers v0.25.0
[INFO] [stderr]   Downloaded postgres-protocol v0.6.9
[INFO] [stderr]   Downloaded postgres-types v0.2.10
[INFO] [stderr]   Downloaded serde_with_macros v3.15.0
[INFO] [stderr]   Downloaded tokio-postgres v0.7.14
[INFO] [stderr]   Downloaded testcontainers-modules v0.13.0
[INFO] [stderr]   Downloaded docker_credential v1.3.2
[INFO] [stderr]   Downloaded serde_with v3.15.0
[INFO] [stderr]   Downloaded regex v1.11.3
[INFO] [stderr]   Downloaded bollard-buildkit-proto v0.6.1
[INFO] [stderr]   Downloaded bollard-stubs v1.48.3-rc.28.0.4
[INFO] [stderr]   Downloaded tonic v0.13.1
[INFO] [stderr]   Downloaded bollard v0.19.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3d93cffded432b762f2197feb67cfc2971d74ac68f516594c877d8dc45b97469
[INFO] running `Command { std: "docker" "start" "3d93cffded432b762f2197feb67cfc2971d74ac68f516594c877d8dc45b97469", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3d93cffded432b762f2197feb67cfc2971d74ac68f516594c877d8dc45b97469" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3d93cffded432b762f2197feb67cfc2971d74ac68f516594c877d8dc45b97469", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3d93cffded432b762f2197feb67cfc2971d74ac68f516594c877d8dc45b97469" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling find-msvc-tools v0.1.3
[INFO] [stderr]     Checking hashbrown v0.16.0
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]    Compiling rustls v0.23.32
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling bollard-buildkit-proto v0.6.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]    Compiling cc v1.2.40
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking webpki-roots v1.0.2
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking axum-core v0.5.5
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking unicode-properties v0.1.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking indexmap v2.11.4
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.1
[INFO] [stderr]     Checking phf_shared v0.13.1
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking etcetera v0.10.0
[INFO] [stderr]     Checking whoami v1.6.1
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking md5 v0.8.0
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking filetime v0.2.26
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking postgres-protocol v0.6.9
[INFO] [stderr]     Checking ulid v1.2.1
[INFO] [stderr]     Checking postgres-types v0.2.10
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]     Checking rustls-webpki v0.103.7
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling structmeta-derive v0.3.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling structmeta v0.3.0
[INFO] [stderr]     Checking prost v0.13.5
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling parse-display-derive v0.9.1
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking prost-types v0.13.5
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling serde_with_macros v3.15.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking parse-display v0.9.1
[INFO] [stderr]     Checking serde_with v3.15.0
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.3
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking docker_credential v1.3.2
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking tokio-tar v0.3.1
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-postgres v0.7.14
[INFO] [stderr]     Checking axum v0.8.6
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking ureq v2.12.1
[INFO] [stderr]     Checking rust-cdc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking hyper v1.7.0
[INFO] [stderr]     Checking hyper-util v0.1.17
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking hyperlocal v0.9.1
[INFO] [stderr]     Checking tonic v0.13.1
[INFO] [stderr]     Checking bollard-stubs v1.48.3-rc.28.0.4
[INFO] [stderr]     Checking bollard v0.19.1
[INFO] [stderr]     Checking testcontainers v0.25.0
[INFO] [stderr]     Checking testcontainers-modules v0.13.0
[INFO] [stdout] error[E0433]: cannot find type `ReplicationFrame` in this scope
[INFO] [stdout]    --> tests/integration_test.rs:245:17
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 ReplicationFrame::XLogData { lsn, data, .. } => {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ use of undeclared type `ReplicationFrame`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]   1 + use rust_cdc::ReplicationFrame;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ReplicationFrame` in this scope
[INFO] [stdout]    --> tests/integration_test.rs:249:17
[INFO] [stdout]     |
[INFO] [stdout] 249 |                 ReplicationFrame::KeepAlive { .. } => {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ use of undeclared type `ReplicationFrame`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]   1 + use rust_cdc::ReplicationFrame;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `try_next` found for opaque type `impl Future<Output = Result<(), anyhow::Error>>` in the current scope
[INFO] [stdout]    --> tests/integration_test.rs:243:56
[INFO] [stdout]     |
[INFO] [stdout] 243 |         while let Ok(Some(frame)) = replication_stream.try_next().await {
[INFO] [stdout]     |                                                        ^^^^^^^^ method not found in `impl Future<Output = Result<(), anyhow::Error>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be applied to values that implement `Try`
[INFO] [stdout]    --> tests/integration_test.rs:242:13
[INFO] [stdout]     |
[INFO] [stdout] 242 |       let _ = timeout(Duration::from_secs(10), async {
[INFO] [stdout]     |  _____________^
[INFO] [stdout] 243 | |         while let Ok(Some(frame)) = replication_stream.try_next().await {
[INFO] [stdout] 244 | |             match frame {
[INFO] [stdout] 245 | |                 ReplicationFrame::XLogData { lsn, data, .. } => {
[INFO] [stdout] ...   |
[INFO] [stdout] 254 | |     }).await??;
[INFO] [stdout]     | |______________^ the `?` operator cannot be applied to type `()`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the nightly-only, unstable trait `Try` is not implemented for `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust-cdc` (test "integration_test") due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "3d93cffded432b762f2197feb67cfc2971d74ac68f516594c877d8dc45b97469", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d93cffded432b762f2197feb67cfc2971d74ac68f516594c877d8dc45b97469", kill_on_drop: false }`
[INFO] [stdout] 3d93cffded432b762f2197feb67cfc2971d74ac68f516594c877d8dc45b97469
